{% extends 'base.html' %} {% load static %} {% block title %}User Profile - AI Code Reviewer{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ user.email }}
{{ r.code|truncatechars:35 }}